net/http.http2responseWriterState.writeChunk (method)
3 uses
net/http (current package)
h2_bundle.go#L6117: func (cw http2chunkWriter) Write(p []byte) (n int, err error) { return cw.rws.writeChunk(p) }
h2_bundle.go#L6151: func (rws *http2responseWriterState) writeChunk(p []byte) (n int, err error) {
h2_bundle.go#L6325: rws.writeChunk(nil)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)